-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix gulp building troubles #26
Conversation
Thanks for your pull request matiit! Okay now that's really strange. If i apply your changes i get the error you described. If i leave it the way it is in the master branch everything works fine :-/ Maybe that's some OS related problem? I'm running this on Mac OS X Mavericks. What about you? Can you post the commands you used here like so: cd $development/larapress
sudo npm install -g gulp
npm install
gulp |
Please also try this and let me know if it fixes your problem: @import './../../../larapress/less/app/buttons'; |
1st I use archlinux. Ok - so first 2 commands passed. but gulp in freshly cloned larapress repo gave me that: Then I changed import to:
And gulp gave that output: Almost the same ('./../../' vs '/../../') |
And to be accurate - I did the same under ubuntu lucid in vagrant - the same as I have on my archlinux. |
Give me a second and ill try that with a fresh clone too ;-) |
Sure |
Okay you're absolutely right, now I'm getting that error too. Could you pull request this on the develop branch so I can make a hot fix and keep the history intact? |
Done. |
You should be working on a feature/branch based on develop. You can also have a look here: |
Thanks 2014-05-04 15:57 GMT+02:00 Martin Hettiger notifications@github.com:
Pozdrawiam, Mateusz Tracz. |
You're very welcome. If you ever have a question you can also find me in the laravel irc channel. |
Ok, i will:) I was day by day on that channel but it was ~1 year ago... when L4 was 2014-05-04 16:05 GMT+02:00 Martin Hettiger notifications@github.com:
Pozdrawiam, Mateusz Tracz. |
I now know what the problem was. This pull request is introducing a bug I'm afraid. I'll provide some better help on the setup in release v0.0.6! |
Oh, ok... I had no idea to be honest. 2014-05-04 16:19 GMT+02:00 Martin Hettiger notifications@github.com:
Pozdrawiam, Mateusz Tracz. |
That's my fault. Sorry. |
I could't run gulp without troubles - buttons.less was not found. That fixed to me - maybe I was running gulp poorly - i never used it before.